Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix make check #2811

Merged
merged 1 commit into from
Jan 24, 2019
Merged

Fix make check #2811

merged 1 commit into from
Jan 24, 2019

Conversation

dperny
Copy link
Collaborator

@dperny dperny commented Jan 24, 2019

gometalinter dropped support for gosimple, which is deprecated anyway and has been subsumed by staticcheck. This commit removes gosimple from our list of enabled linters (as it's no longer valid).

This PR is needed or CI will fail every time.

gometalinter dropped support for gosimple, which is deprecated anyway
and has been subsumed by staticcheck. This commit removes gosimple from
our list of enabled linters (as it's no longer valid). It does not
enable staticcheck, because staticcheck throws too many errors.

Signed-off-by: Drew Erny <drew.erny@docker.com>
@dperny
Copy link
Collaborator Author

dperny commented Jan 24, 2019

Removed staticcheck, as we're not yet ready for it.

@codecov
Copy link

codecov bot commented Jan 24, 2019

Codecov Report

Merging #2811 into master will increase coverage by 0.26%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2811      +/-   ##
==========================================
+ Coverage   61.83%   62.09%   +0.26%     
==========================================
  Files         137      137              
  Lines       22144    22144              
==========================================
+ Hits        13692    13750      +58     
+ Misses       6974     6917      -57     
+ Partials     1478     1477       -1

Copy link
Contributor

@anshulpundir anshulpundir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants